.no-js #loader {
    display: none;
}

.js #loader { 
    display: block; 
    position: absolute; 
    left: 100px;  
}

/* Spinning gears loading screen */
.se-pre-con {
    opacity: 0.8;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/img/dribbble-spinner-800x600.gif) center no-repeat #fff;
}

/*eshop page styles */
.body-wrapper.eshop-eshop .main-content .content {
    margin-top: 0px;
}
.redLetter{
    color: #972E32;
}
.books td{
    padding: 10px;
}

.input-group .form-control:first-child{
    border-radius: 5px;
}

.no-border{
    border: none;
}

.fourthWidth {
    width: 25%;
}

.halfWidth{
    width: 50%;
}

.progImg{
    width: 100%;
    max-width: 400px;
}

.theTitle{
    color: #a94442;
    font-weight: bold;
}

.eshop-eshop a:hover, .eshop-eshop a:focus {
  text-decoration: none
}

/* customer oscc styles */

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-p2e8{background-color:#ffcc67}
.tg .tg-achz{background-color:#ffcc67;vertical-align:top}
.tg .tg-e3zv{font-weight:bold}
.tg .tg-hgcj{font-weight:bold;text-align:center; background-color:#9e1b20; color:white;}
.tg .tg-yw4l{vertical-align:top}
.tg .tg-9hbo{font-weight:bold;vertical-align:top}
/*
label{font-size:16px; color: #000;}*/


/*oscc styles */

.tg .tg-achz2{background-color:#ffcc67;vertical-align:middle;}

.red-bg2{
  background-color: #9e1b20;
  border: none;
  color: white;
  padding: 8px 12px;
  text-align: center;
    text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

/*.tg .tg-achz{background-color:#ffcc67;vertical-align:top}
.tg .tg-e3zv{font-weight:bold}
.tg .tg-9hbo{font-weight:bold;vertical-align:top}
.tg .tg-yw4l{vertical-align:top}
.tg .tg-yw42{vertical-align:top; background-color:#9e1b20;}
.tg .tg-xzp9{background-color:#ffcc67;color:#333333;vertical-align:top}
.tg .tg-45bf{background-color:#ffcb2f;vertical-align:top}

.oscc-oscc  input[type="text"], .cust_oscc-customer_oscc input[type="text"] {
  font-size:13px;
}

.oscc-oscc  #labelDate, .cust_oscc-customer_oscc #labelDate {
  width:200px
}*/

.cust_oscc-customer_oscc input[type="text"] {
  font-size:13px;
}

.cust_oscc-customer_oscc #labelDate {
  width:200px
}

.red-bg{
    background-color: #9e1b20;
    border: none;
    color: white;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}


/* ui autocomplete style */
.ui-autocomplete-input {


}
.ui-menu .ui-menu-item a {
    font-size: 12px;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1510 !important;
}
.ui-menu-item > .ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, 
.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none;
}

/* Workclass add participant modal */
.contact-field {
  margin-bottom:2px;
}

.close-cust{
    width: 50px;
    border: 3px solid #ffffff;
    margin-left: 5px;
    position: absolute;
    right: 8px;
    color: #f55555;
    background-color: #243a51;
    top: 5px;
    /* padding: 2px; */
    line-height: 40px;
    border-radius: 10px;
    font-size: 20px !important;
    cursor: pointer;
}

/* Dropdown Button */
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 9px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-wclass {
    position: relative;
    display: inline-block;

}

.dropdown-wclass > div:first-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dropdown-wclass > div:nth-last-of-type(2){
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content{
    display: none;
    position: absolute;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a{
    color: black;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.showdrop {
    display:block;
}

/* KMS Manual css */
#accordion_manual {
    width: 100%;
    background-color: #ad1111bf;
    color: #ffffff;
    font-size: 12pt;
    border-right: 2px solid #ad1111bf;
    border-left: 2px solid #ad1111bf;
    border-top: 1px solid #ad1111bf;
    border-bottom: 1px solid #ad1111bf;
    border-radius: 5px;
}

.hr-text{
    font-family: "Helvetica", sans-serif;
    line-height: 3em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 3em;
    opacity: .6;
}

.hr-text:before {
    content: '';
    background: linear-gradient(to right, #00000000, #ca741c, #00000000);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    font-size: 2em;
    content: attr(data-content);
    position: relative;
    display: inline-block;
    /* color: black; */
    padding: 0 .5em;
    color: #818078;
    background-color: #ffffff;
}

.container-hr {
    max-width: 70%;
    margin: 40px auto;
}

/*-------------------------------- NO EVENTS FOUND CSS ----------------------------------- */
.empty_events_container{
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 500%);
    text-align: center;
}

#zero_active_events{
    font-weight: 600;
    white-space: nowrap;
    opacity: 0.3;
    font-size: 40px;
}

.custom-btn {
    border-color: #66AFE9;
     
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
    
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
    padding: 10px 25px;
    font-family: "Helvetica", sans-serif;
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-12 {
    border: 2px solid #0000002e;
    z-index: 1;
}
.btn-12:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #0000002e;
    transition: all 0.3s ease;
}
.btn-12:hover {
    color: #fff;
}
.btn-12:hover:after {
    top: 0;
    height: 100%;
}
.btn-12:active {
    top: 2px;
}

.show_pass_icon{
    width: 35px;
    position: absolute;
    top: 0;
    left: 0;
}

#password-cont::after{
    background: url(/img/show_pass.png);
    top: 2px;
    right: 20px;
    position: absolute;
    margin: 0 5px 0 0;
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

#show-helper{
    top: 2px;
    right: 20px;
    position: absolute;
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
    cursor:pointer;
    z-index:1010;
}

/*---------------------------------------------- LOGIN SCREEN STYLES ------------------------------------------*/
.login-form-container{
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%,-50%); /* screen center */
  min-width: 30%; 
  opacity: 0.925;
  background: transparent; 
}

.panel-default > .panel-heading.login-heading {
  background-color: transparent;
  color: #4b4e53;
}

.panel-heading.login-heading {
	background: wheat;
	border: none;
}

.login-heading > h4{
  color: white;
  text-shadow: 2px 2px 5px black;
  text-align: center;
  font-weight: bold
}

.login-body{
    background: linear-gradient(to bottom, rgb(175, 140, 87) , wheat);
}

.login-background-img{
    width: 100%; 
    height: 100%; 
    position: fixed;
    top: 0;
    left: 0;
}

.form-horizontal .login-form-group:before {
  display: table;
  content: ' ';
}

.form-horizontal .login-form-group:after {
  display: table;
  content: ' ';
  clear: both;
}

.form-horizontal .login-checkbox{
  vertical-align: middle;
  text-align: center;
}

.login-checkbox > label > * {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 3px 5px black;
}

.login-checkbox > label > input{
  width: 20px;
  height: 20px;
  margin: 2px 0 0 5px;
  vertical-align: middle;
}

.login-checkbox-label{
  margin: 18px 0;
}

.login-form-group{
  vertical-align: middle;
  margin-bottom: 10px;
}

.login-form-control{
  display: block;
  margin-bottom: 5px;
  min-width: 20%;
  border-color: #AA9157;
  background-color: #F6F4EE;  
  width: auto;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  background-image: none;
  border: 2px solid rgb(175, 140, 87);
  border-radius: 4px;
  box-shadow: 0 0 2px black;
}

.login-logo{
  position: relative; 
  width: 150px;
  /*transform: translate(-50%,-105%);*/
  top: 0%;
  left: 50%;
}

.login-logo-rotate{
  animation: rotation-animation 15s linear infinite;
}
.login-label{
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 3px 5px black;
  padding: 5px;
  text-align: center;
}

.auth-login .form-control,
.auth-login .login-form-control{
  width:100%;
}

/*.auth-login .login-col {
	margin-left: 33.333333%;
}*/

.login-btn-container{
  text-align: center;
}

.btn-primary.login-btn{
  background-color: white;
  border: 3px rgb(175, 140, 87) solid;
  transition: 0.15s;
  box-shadow: 0 0 2px black;
  color: rgb(175, 140, 87);
  width: 100%;
  margin: 10px 0;
}

.login-btn{
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.login-btn > *{
  display: inline-block;
}
.login-btn > i{
  margin: 5px;
  font-size: 24px;
  vertical-align: middle;
}
.login-btn > h4{
  margin: 5px;
  vertical-align: middle;
  font-weight: bold;
}

.btn-primary.login-btn:hover{
  background-color: rgb(175, 140, 87);
  color: wheat;
  box-shadow: 0 0 2px black;
  text-shadow: 0px 0px 4px black;
  border: 3px wheat solid;
}

.login-forgot-pwd-container{
  text-align: center;
}

.login-forgot-pwd-btn{
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 2px 2px 5px black;
}

.panel.login-panel {
  width: 85%;
  margin: 0 auto;
  margin-top: 25%
}

/* Calendar Legend CSS */

.legend-outer{
    width: 95.5%; 
    margin: 10px auto;
}

.legend-outer > h2{
    text-align: center;
}

.legend-inner{
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #e2e1e1; 
    border-radius: 5px;
}

.legend-item{
    border-radius: 5px; 
    padding: 5px; 
    list-style-type: none; 
    margin-bottom: 2px;
}

.before-red::before, 
.before-orange::before, 
.before-deepskyblue::before,
.before-activegreen::before{
  content:"";
  width:15px;
  height: 5px;
  display:inline-block;
  vertical-align: middle;
  margin-left:5px;
  margin-right: 5px;
  border-radius: 5px;
}

.before-red::before{
  background-color: red;
}

.before-orange::before{
  background-color: orange;
}

.before-deepskyblue::before{
  background-color: deepskyblue;
}

.before-activegreen::before{
  background-color: rgb(92, 184, 92);
}


.event_for_report{
    position: absolute!important;
    visibility: hidden;
}

.check-btn {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px !important;
    display: block;
    text-align: center;
    margin: 3px !important;
    box-shadow: 2px 1px 0px 0px #999;
    border-radius: 2px;
    user-select: none;
}

.event_for_report:checked + label {
    background: #fafafa;
    box-shadow: -1px -1px 0px 0px #999;
    font-weight: bold;
}

@media (max-height: 580px) and (orientation: portrait){
    
    .login-form-container{
        height: 500px;
        top: 0%; 
        left: 50%; 
        transform: translate(-50%, 5%); /* screen center */
    }

}

@keyframes rotation-animation {
  from {
    transform: translate(-50%,-5%) rotate(0deg);
  }
  to {
    transform: translate(-50%,-5%) rotate(359deg);
  }
}

@-webkit-keyframes rotation-animation {
  from {
    transform: translate(-50%,-5%) rotate(0deg);
  }
  to {
    transform: translate(-50%,-5%) rotate(359deg);
  }
}

@-moz-keyframes rotation-animation {
  from {
    transform: translate(-50%,-5%) rotate(0deg);
  }
  to {
    transform: translate(-50%,-5%) rotate(359deg);
  }
}


/*------------------------------------ PASSWORD RESET SCREEN STYLES ------------------------------------*/